home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / imake / RCS / site.def,v < prev    next >
Text File  |  1992-08-21  |  2KB  |  67 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    jhh:1.1; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.1
  10. date     91.10.22.13.47.33;  author rab;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @@
  17.  
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @XCOMM site:  $XConsortium: site.def,v 1.2 91/07/30 20:26:44 rws Exp $
  26.  
  27. /*****************************************************************************
  28.  *                                                                           *
  29.  *               SITE-SPECIFIC DEFINITIONS                         *
  30.  *                                                                           *
  31.  * This file contains two halves, one included before the vendor-specific    *
  32.  * configuration file (.cf file), and one included after the .cf file.       *
  33.  * The before-half should be protected by #ifdef BeforeVendorCF, and the     *
  34.  * after-half should be protected by #ifdef AfterVendorCF.                   *
  35.  *                                                                           *
  36.  * The before-half should only set things that the .cf file depends on.      *
  37.  * For the .cf files shipped in this release, the main variable in this      *
  38.  * category is HasGcc.                                                       *
  39.  *                                                                           *
  40.  * The after-half should contain all other definitions.  For example,        *
  41.  * place your ProjectRoot definition here.  Beware that several of the       *
  42.  * .cf files supplied by vendors have a ProjectRoot already defined, so      *
  43.  * you may need to #undef it first.                                          *
  44.  *                                                                           *
  45.  * OS Major and Minor version numbers should be changed directly in the .cf  *
  46.  * file, not overridden in site.def.                                         *
  47.  *                                                                           *
  48.  *****************************************************************************/
  49.  
  50. #ifdef BeforeVendorCF
  51.  
  52. /* #define HasGcc YES */
  53.  
  54. #endif /* BeforeVendorCF */
  55.  
  56. #ifdef AfterVendorCF
  57.  
  58. /*
  59. #ifdef ProjectRoot
  60. #undef ProjectRoot
  61. #endif
  62. #define ProjectRoot /usr/X11R5
  63. */
  64.  
  65. #endif /* AfterVendorCF */
  66. @
  67.